home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-19 / gear10.zip / GF7.HLP < prev    next >
Text File  |  1990-12-18  |  4KB  |  81 lines

  1.  
  2.                    Gear Sub-Menu F7 Detailed Help Notes
  3.  
  4.         "Directory of output files."
  5.         Provides an easy way to see what files already exist.
  6.         The user is prompted to edit the mask or if "Enter" is
  7.         pressed the current mask will be used.
  8.  
  9.         "File to act on."
  10.         This is the file name that this page will use to write to,
  11.         print, or delete.
  12.  
  13.         "Save current gear chart output to file "
  14.         Writes the calculated gear inch values as determined
  15.         on F5 "File to act on".
  16.  
  17.         WARNING:
  18.         THERE MUST BE ENOUGH AVAILABLE MEMORY IN YOUR MACHINE
  19.         FOR THE FOLLOWING TO WORK.  (If you are calling this
  20.         program from another there may not be enough left
  21.         for these to dynamically use the extra memory that
  22.         they need.)
  23.  
  24.         "View file"
  25.         Allows the user to look at the data without going to DOS.
  26.  
  27.         "Erase file"
  28.         Deletes the file if it is found.  No caution is provided.
  29.         WARNINGS:
  30.           1.  It just deletes the file.  No "are you sure" stuff
  31.               here!   ( Just write it again.)
  32.           2.  If the command to "Erase" the file is given too soon
  33.               after the "Print" command then it is likely that
  34.               only part of the file will be printed.
  35.               If the file is a longer file then the DOS "print"
  36.               buffers and the printer's buffers then the file
  37.               will be deleted before it gets to the printer.
  38.               (This is true unless you are using a more
  39.               sophisticated "spooling" print queue utility than
  40.               the standard DOS one.)
  41.  
  42.         "Print file"
  43.         Passes the name of the file to the DOS "print" queue buffer.
  44.         The second warning under "Erase" applies here in addition
  45.         to the following...
  46.         WARNING:  this can have unwanted side effects!
  47.         If the DOS "print" queue buffer was not previously run
  48.         or set up before this program was loaded then DOS sets
  49.         up the "print" queue buffers in the memory after the
  50.         memory this program is using.  Then when this program is
  51.         exited DOS will not recover the program memory because the
  52.         "print" buffers were loaded after it.  The only (normal)
  53.         way to recover this memory is to reboot as DOS cannot
  54.         recover fragmented memory.
  55.            (This problem may be avoided by allocating memory
  56.         at boot time by placing the following two lines in your
  57.         autoexec.bat file:
  58.             "mode LPT1:
  59.              print/d:LPT1"
  60.         The exact form of this may vary slightly from clone to
  61.         clone so see the DOS "mode" and "print" commands for
  62.         your machine.)
  63.  
  64.         "Copy file..."
  65.         Uses the DOS "copy" command to copy the file to the 
  66.         DOS device "lpt1" which is normally the printer.
  67.         Use this instead of "Print" to avoid the memory buffer
  68.         problems mentioned above.  (A possible penalty here
  69.         is that it may tie up the machine longer while the
  70.         file is being printed.  This depends on the file length
  71.         and the length of the printer's hardware buffer.)
  72.  
  73.  
  74.         "Open a door to DOS"
  75.         If enough memory is available the program will be temporarily
  76.         suspended and the user will be able to access DOS directly
  77.         to do whatever they wish.  To get back into the program
  78.         hit "Enter" without typing any other characters at the
  79.         prompt.
  80. 
  81.